home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcmagwin.zip / GROUPFIL.RC < prev    next >
Text File  |  1992-09-25  |  534b  |  15 lines

  1. #include "groupfil.inc"
  2.  
  3. STRINGTABLE 
  4. BEGIN
  5.   msg_Ok, "TGroupFile OK"
  6.   msg_OpenFileFailed, "TGroupFile ERROR: Failed to open GRP file"
  7.   msg_NotGRPFile, "TGroupFile ERROR: Not a valid GRP file"
  8.   msg_CheckSumBad, "TGroupFile ERROR: Check sum failed"
  9.   msg_FirstTagBad, "TGroupFile ERROR: First TAG data structure invalid"
  10.   msg_TagBad, "TGroupFile ERROR: TAG data structure invalid"
  11.   msg_BadItem, "TGroupFile ERROR: Invalid item data structure"
  12.   msg_ReadStrFailed, "TGroupFile ERROR: Failed reading string data"
  13. END
  14.  
  15.